    _____    _______      __   __      ____     __     _
   |  ___|  |__   __|    |  \ /  |    / __ \   |  \   | |
   | |         | |       |   V   |   | |  | |  |   \  | |
   | |___      | |	 | |\ /| |   | |  | |  | |\ \ | |
   |___  |     | |	 | | V | |   | |  | |  | | \ \| |
       | |     | |	 | |   | |   | |  | |  | |  \   |
    ___| |   __| |__	 | |   | |   | |__| |  | |   \  |
   |_____|  |_______|    |_|   |_|    \____/   |_|    \_|

		  Created By Ben Witoff

Includes:
 -Intro.8xp
 -SimGame.8xp
 -Simon.8xp

Synopsis:
 Intro- This is and introductory program that just shows who programed it.
 SimGame- This is the second intro that shows what game you're playing
 Simon- This is the actual game. Running this will run Intro, and then SimGame.
        

IMPORTANT:  To avoid watching Intro and SimGame run everytime you play the game, if you lose it will
            prompt you to play the game again.  If "Yes" is selected  then the game will stop** and 
            by pressing enter or manually selecting the game agian it will skip the two introductions.
            If "No" is selected then the next time you play the game the introductions will run.



**The game stops, because if you tried to run it more than once in a loop without ending, it would become
so exponentially slow (its coded in BASIC), that you would probably die.


Lets Play:
 -Transfer these three files to your TI-83/84 calculator and you're ready to go.
 -Start by selecting Simon
 -Using the keys 7, 8, 4 and 5, match what the calculator does.
 -If you've ever played Simon before, you know what to do, for those of you who haven't, aside from the 
  question of why you downloaded this, the calculator will make a pattern of 10 keys that starts at 1
  and increases cumulatively. So, just follow what it does.


For all you programmers:
 I made this game a while ago when I was new to this whole calculator programming thing, so if you notice, there is
a lot of repetitive tasks in the code. I realize now how to condense it a lot more with variables and such but I'm to
lazy and consumed for time so feel free to mess with it as much as you want.
